func runtime.sysUsed
6 uses
runtime (current package)
arena.go#L949: sysUsed(unsafe.Pointer(base), userArenaChunkBytes, userArenaChunkBytes)
malloc.go#L1594: sysUsed(unsafe.Pointer(l.mapped), n, n)
mem.go#L75: func sysUsed(v unsafe.Pointer, n, prepared uintptr) {
mheap.go#L1351: sysUsed(unsafe.Pointer(base), nbytes, scav)
mpagealloc_64bit.go#L180: sysUsed(unsafe.Pointer(need.base.addr()), need.size(), need.size())
mpagealloc_64bit.go#L236: sysUsed(unsafe.Pointer(need.base.addr()), need.size(), need.size())
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |